GoDiagram Win Reference
DrawLines(Pen,Brush,Boolean,IEnumerable<PointF>) Method

The pen with which to draw the lines
The brush with which to draw the lines
Specifies whether the line segments form a closed path (i.e., the last point is connected to the first one via a line segment)
The points between which the line segments are drawn
Draws line segments connecting a series of points.
Syntax
'Declaration
 
Public Overloads Sub DrawLines( _
   ByVal pen As Pen, _
   ByVal brush As Brush, _
   ByVal closed As Boolean, _
   ByVal points As IEnumerable(Of PointF) _
) 
public void DrawLines( 
   Pen pen,
   Brush brush,
   bool closed,
   IEnumerable<PointF> points
)

Parameters

pen
The pen with which to draw the lines
brush
The brush with which to draw the lines
closed
Specifies whether the line segments form a closed path (i.e., the last point is connected to the first one via a line segment)
points
The points between which the line segments are drawn
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPdfGenerator Class
GoPdfGenerator Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback